GtkDialog: Define children with a GtkBuilder template
authorTristan Van Berkom <tristanvb@openismus.com>
Thu, 21 Mar 2013 08:54:16 +0000 (17:54 +0900)
committerTristan Van Berkom <tristanvb@openismus.com>
Mon, 8 Apr 2013 12:19:27 +0000 (21:19 +0900)
commit33f6195d0e3b38d76d9c5ad7b425f1134d581b09
treee865923f9fe169fb0928b11c35cddd6f2ce6580c
parenta41c628a3be862ecaaf511a43e6454158a07abad
GtkDialog: Define children with a GtkBuilder template

As the first composite widget in GTK+, this patch also
adds some Makefile mechanics to list the ui files as
dependencies of the global GTK+ resources, and adds the
initial test case where composite classes should be tested.
gtk/Makefile.am
gtk/gtk.gresource.xml
gtk/gtkdialog.c
gtk/gtkdialog.ui [new file with mode: 0644]
gtk/tests/Makefile.am
gtk/tests/templates.c [new file with mode: 0644]